home *** CD-ROM | disk | FTP | other *** search
/ Clickx 36 / Clickx 36.iso / mac / assets / software / tuxpaint.dmg / Tux Paint.app / Contents / Frameworks / get_fname.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-10-20  |  135 b   |  14 lines

  1. /*
  2.   get_fname.h
  3. */
  4.  
  5. #ifndef GET_FNAME_H
  6. #define GET_FNAME_H
  7.  
  8. extern char *savedir;
  9.  
  10. char *get_fname(const char *const name);
  11.  
  12.  
  13. #endif
  14.